home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
600 Games
/
600games.iso
/
Puzzle
/
collapse.swf
/
scripts
/
frame_13
/
PlaceObject2_143_68
/
CLIPACTIONRECORD onClipEvent(enterFrame).as
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
2006-06-13
|
188 b
|
11 lines
onClipEvent(enterFrame){
if(_root.score > _root.balls)
{
_root.totalscore = _root.score - _root.balls;
}
else
{
_root.totalscore = _root.score;
}
}